home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Trial / Webroot Internet Security Essentials / WebrootSecurityTrialSetup_EN.exe / {app} / SpySweeperUI.exe / 0 / RCDATA / TBASEREPORTDIALOG / TBASEREPORTDIALOG.txt
Text File  |  2008-11-13  |  4KB  |  187 lines

  1. object BaseReportDialog: TBaseReportDialog
  2.   Left = 0
  3.   Top = 0
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'BaseReportDialog'
  7.   ClientHeight = 437
  8.   ClientWidth = 645
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Shell Dlg 2'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnKeyDown = FormKeyDown
  18.   OnShow = FormShow
  19.   DesignSize = (
  20.     645
  21.     437)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object lblTitle: TResLabel
  25.     Left = 19
  26.     Top = 20
  27.     Width = 82
  28.     Height = 13
  29.     Caption = 'Send Error Log'
  30.     Font.Charset = ANSI_CHARSET
  31.     Font.Color = clWindowText
  32.     Font.Height = -11
  33.     Font.Name = 'Tahoma'
  34.     Font.Style = [fsBold]
  35.     ParentFont = False
  36.     Transparent = True
  37.   end
  38.   object lblSubTitle: TResLabel
  39.     Left = 19
  40.     Top = 49
  41.     Width = 599
  42.     Height = 40
  43.     Anchors = [akLeft, akTop, akRight]
  44.     AutoSize = False
  45.     Caption = 'lblSubTitle'
  46.     Transparent = True
  47.     WordWrap = True
  48.     ExplicitWidth = 597
  49.   end
  50.   object lblComments: TResLabel
  51.     Left = 19
  52.     Top = 172
  53.     Width = 143
  54.     Height = 13
  55.     Transparent = True
  56.     ResourceCaption = 49859
  57.   end
  58.   object lblEmail: TResLabel
  59.     Left = 19
  60.     Top = 103
  61.     Width = 143
  62.     Height = 34
  63.     AutoSize = False
  64.     Transparent = True
  65.     WordWrap = True
  66.     ResourceCaption = 49858
  67.   end
  68.   object lblNotes: TResLabel
  69.     Left = 19
  70.     Top = 279
  71.     Width = 597
  72.     Height = 50
  73.     AutoSize = False
  74.     Transparent = True
  75.     WordWrap = True
  76.     ResourceCaption = 49867
  77.   end
  78.   object lblPrivacyPolicy: TResLabel
  79.     Left = 21
  80.     Top = 335
  81.     Width = 155
  82.     Height = 14
  83.     Cursor = crHandPoint
  84.     Anchors = [akTop, akRight]
  85.     Font.Charset = DEFAULT_CHARSET
  86.     Font.Color = clBlue
  87.     Font.Height = -12
  88.     Font.Name = 'Tahoma'
  89.     Font.Style = [fsUnderline]
  90.     ParentFont = False
  91.     ParentShowHint = False
  92.     ShowHint = True
  93.     Transparent = True
  94.     OnClick = lblPrivacyPolicyClick
  95.     ResourceCaption = 23508
  96.   end
  97.   object pnlStatus: TBrushPanel
  98.     Left = 0
  99.     Top = 396
  100.     Width = 645
  101.     Height = 41
  102.     Align = alBottom
  103.     BevelEdges = [beTop]
  104.     BevelKind = bkFlat
  105.     BevelOuter = bvNone
  106.     Caption = 'pnlStatus'
  107.     Color = clWhite
  108.     TabOrder = 5
  109.     object lblStatus: TResLabel
  110.       Left = 11
  111.       Top = 12
  112.       Width = 41
  113.       Height = 13
  114.       Caption = 'lblStatus'
  115.       Transparent = True
  116.     end
  117.     object progSendReport: TProgressBar
  118.       Left = 264
  119.       Top = 8
  120.       Width = 352
  121.       Height = 17
  122.       TabOrder = 0
  123.       Visible = False
  124.     end
  125.   end
  126.   object memoComments: TMemo
  127.     Left = 168
  128.     Top = 172
  129.     Width = 448
  130.     Height = 89
  131.     ScrollBars = ssVertical
  132.     TabOrder = 2
  133.     OnKeyDown = memoCommentsKeyDown
  134.   end
  135.   object edtEmail: TEdit
  136.     Left = 168
  137.     Top = 103
  138.     Width = 448
  139.     Height = 21
  140.     Enabled = False
  141.     TabOrder = 0
  142.     OnKeyDown = edtEmailKeyDown
  143.   end
  144.   object chkEmailOptIn: TResTeCheckBox
  145.     Left = 168
  146.     Top = 126
  147.     Width = 448
  148.     Height = 44
  149.     OnClick = chkEmailOptInClick
  150.     OnKeyDown = chkEmailOptInKeyDown
  151.     AllowGrayed = False
  152.     Alignment = kalLeftJustify
  153.     Checked = True
  154.     Spacing = 5
  155.     State = kcbsChecked
  156.     ThemeObject = 'default'
  157.     TabOrder = 1
  158.     Transparent = True
  159.     WordWrap = True
  160.     ResourceCaption = 49860
  161.   end
  162.   object btnSend: TResTeButton
  163.     Left = 374
  164.     Top = 360
  165.     Width = 118
  166.     Height = 25
  167.     OnClick = btnSendClick
  168.     Caption = 'btnSend'
  169.     TabOrder = 3
  170.   end
  171.   object btnCancel: TResTeButton
  172.     Left = 498
  173.     Top = 360
  174.     Width = 118
  175.     Height = 25
  176.     OnClick = btnCancelClick
  177.     Caption = 'btnCancel'
  178.     ModalResult = 2
  179.     TabOrder = 4
  180.   end
  181.   object ThemeForm: TTeForm2
  182.     ThemeObject = 'StandardDialog'
  183.     Left = 304
  184.     Top = 216
  185.   end
  186. end
  187.